<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************************  æ&nbsp;·å¼åˆå§‹åŒ–  ***************************************************/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #666;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "Microsoft YaHei", "å¾®è½¯é›…é»‘", sans-serif;
    background: #fff;
    line-height: 24px;
    box-sizing: border-box;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

em {
    font-style: normal;
}

input,
button,
select,
textarea {
    outline: none;
}


/* ç¦ç”¨äº†æ–‡æœ¬çš„æ‹–æ‹‰ï¼Œå°¤å…¶åœ¨è°·æ­Œä¸‹ */

textarea {
    resize: none;
}


/* ä¸ºäº†ä½¿æ–‡æœ¬æ®µè½å·¦å³ä¸¤è¾¹å¯¹é½ */

p {
    text-align: justify;
    text-justify: distribute;
}

a {
    text-decoration: none;
    color: #fff;
}


/*æ¸…é™¤æµ®åŠ¨ä»£ç&nbsp;*/

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

* {
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "Microsoft YaHei", "å¾®è½¯é›…é»‘", sans-serif;
}


/************************************************************  Menuæ&nbsp;·å¼  ***************************************************/

html,
body {
    width: 100%;
    min-width: 1200px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


/*******************************************************************  header  *******************************************************************/

.header {
    height: 198px;
}

.header .logo {
    width: 210px;
    margin-top: 67px;
    float: left;
    position: relative;
}

.header .logo .logo_icon {
    width: 209px;
    height: 107px;
    margin-left: 15px
}

.header .logo .logo_font {
    width: 240px;
    height: 43px;
    position: absolute;
    top: -25px;
    right: -270px;
}

.header .menu {
    float: right;
    margin-top: 115px;
    position: relative;
}

.header .menu .menu_ul {
    width: 100%;
    height: 50px;
}

.menu_ul .menu_li {
    float: left;
    margin-left: 40px;
    position: relative;
}

.menu_ul .menu_li a {
    color: #000;
}

.menu_li .item-wrap ul li a {
    color: #fff;
}

.menu_ul .menu_li,
.menu_li .item-wrap ul li {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    /*font-family: "Noto Sans CJK SC", "Source Han Sans CN";*/
    /*æ€æºé»‘ä½“7ç§å­—ä½“ç²—ç»†ï¼Œåœ¨ CSS ä¸­ä¹Ÿå¯ä»¥æŒ‡å®šï¼š*/
    /*font-family:"Noto Sans CJK SC Thin", "Source Han Sans CN Thin";*/
    /*font-family:"Noto Sans CJK SC Light", "Source Han Sans CN Light";*/
    /*font-family:"Noto Sans CJK SC DemiLight", "Source Han Sans CN DemiLight";*/
    /*font-family:"Noto Sans CJK SC Medium", "Source Han Sans CN Medium";*/
    /*font-family:"Noto Sans CJK SC Blod", "Source Han Sans CN Blod";*/
    /*font-family:"Noto Sans CJK SC Black", "Source Han Sans CN Black";*/
}

.menu_li .item-wrap ul li {
    font-size: 20px;
}

.menu_ul .menu_li .menu-name,
.menu_li .item-wrap ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.menu_ul .menu_li .menu-name:hover,
.menu_li .item-wrap ul li a:hover {
    background: #2783ff;
    color: #fff;
}

.active {
    background: #2783ff;
    color: #fff;
}

.menu_ul .menu_li .item-wrap {
    position: absolute;
    border-radius: 0 0 3px 3px;
    z-index: 999999999;
    display: none;
    top: 50px;
    left: 0;
}

.menu_li .item-wrap .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #64a0ff;
    top: 0;
    left: 0;
}

.menu_li .item-wrap ul {
    height: auto;
    position: relative;
}

#onlineService {
    position: absolute;
    top: -65px;
    right: 15px;
}

#onlineService img {
    width: 160px;
    height: 40px;
}


/*******************************************************************  content  *******************************************************************/

.content {
    width: 100%;
    border-bottom: 1px solid #989898;
}

.title {
    margin-bottom: 38px;
}

.title h2 {
    margin-bottom: 22px;
}

.title h2 i {
    display: inline-block;
    width: 11px;
    height: 38px;
    background: #fe7a00;
    margin-right: 16px;
    vertical-align: middle;
}

.title h2 span {
    font-size: 38px;
    font-weight: 700;
    color: #2483fe;
    vertical-align: middle;
}

.title h3 {
    font-size: 28px;
    color: #a9c6ff;
    margin-left: 35px;
}

.text p {
    font-size: 18px;
    color: #646464;
    margin-bottom: 12px;
}


/*************************************************************  bottom  *****************************************************************/

.footer {
    width: 100%;
    height: 322px;
    background: #ccc;
    overflow: hidden;
}

.footer .top {
    height: 216px;
    margin: 25px auto 16px auto;
}

.footer .top .left,
.footer .top .right {
    float: left;
    width: 600px;
    height: 100%;
    box-sizing: border-box;
}

.footer .top .left {
    border-right: 1px solid #9a9a9a;
    position: relative;
    text-align: center;
}

.footer .top .left img {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -130px;
}

.footer .top .right ul {
    overflow: hidden;
    margin: 23px 0px 23px 157px;
    text-align: center;
}

.top .right ul li {
    float: left;
    margin-right: 61px;
}

.top .right ul li img {
    width: 152px;
    height: 152px;
}

.top .right ul li P {
    font-size: 16px;
    color: #000;
    text-align: center;
}

.footer .bottom {
    border-top: 1px solid #9a9a9a;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 13px;
    color: #000;
}</pre></body></html>